home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / ETC / AIM / !aim_macros_demohfe < prev    next >
Encoding:
Text File  |  1990-08-29  |  488 b   |  19 lines

  1. * @demohfe demonstrates the separation
  2. * of an image into low frequency, 
  3. * high frequ. edges and hf non-edges
  4. * by P. W. Verbeek TU-DELFT
  5. read trui
  6. lmax A B 7  * maximum
  7. lmin A C 7  * minimum
  8. lmin B D 7  * lohull
  9. add C B     * dynamic threshold, low freq
  10. lmax C C 7  * uphull
  11. add C D     * midian
  12. cop B C
  13. sub D C 127 * midian-dyth, hf edges
  14. sub A D 127 * ori-midian, hf non-edges
  15. don 2       * display contrast streching
  16. gdisp D     *  applied on D
  17. don         * back to normal display
  18.  
  19.